From 8db68ba75b76b3261ce568f40c8507f50fd57e40 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 23 Oct 2018 23:34:57 -0500 Subject: [PATCH] Use twine instead of setup.py for check --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8bc5fd1..afefb81 100644 --- a/tox.ini +++ b/tox.ini @@ -9,14 +9,16 @@ basepython = py37: python3.7 deps = check-manifest - {py34,py35,py36,py37}: readme_renderer + cmarkgfm flake8 pytest pytest-cov + twine # coverage commands = check-manifest - {py34,py35,py36,py37}: python setup.py check -m -r -s + python setup.py sdist + twine check dist/* flake8 . py.test --cov=pgwui_common tests/ # coverage run --source src/pgwui_common -m py.test -- 2.34.1